home *** CD-ROM | disk | FTP | other *** search
- # Created by Raul Gutierrez, NPR junkie
- # To find other sherlock plugs I've written check out:
- # http://www.teamdraw.com/raul/stuff
- # If this plug stops working report it, and I'll fix it.
- # sherlockRG@teamdraw.com
-
-
- <search
- name="NPR"
- routeType="news"
- method=post
- action="http://search.npr.org/cf/cmn/cmnvs02fm.cfm"
- update="http://www.teamdraw.com/stuff/npr.src.hqx"
- >
-
- <INPUT NAME="StartRow" value="1">
- <INPUT NAME="MaxRows" value="10">
- <INPUT NAME="criteria_reqired" value="Not enough data">
- <INPUT NAME="Criteria" user>
-
- <interpret
- resultListStart="<TABLE cellspacing=0 cellpadding=2>"
- resultListEnd="</table>"
-
-
- resultItemStart=' </TD>'
- resultItemEnd=" <TR bgcolor="
-
- relevanceStart='>'
- relevanceEnd ="%</TD>"
-
- dateStart='<BR><FONT SIZE="2">'
- dateEnd=" -- "
-
- >
- </search>
-
-